Compare commits
2 commits
1a1335f92d
...
ee90c99080
Author | SHA1 | Date | |
---|---|---|---|
ee90c99080 | |||
a147aaf11a |
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ After=network.target
|
|||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/bin/bash /var/lib/irc-bot/irc-bot
|
||||
Restart=on-failure
|
||||
Restart=always
|
||||
RestartSec=10s
|
||||
DynamicUser=true
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ Requires=irc-bot.service
|
|||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/bin/bash /var/lib/irc-helpers/doorduino.sh
|
||||
Restart=on-failure
|
||||
Restart=always
|
||||
RestartSec=10s
|
||||
DynamicUser=true
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ Requires=irc-bot.service
|
|||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/bin/bash /var/lib/irc-helpers/photos.sh
|
||||
Restart=on-failure
|
||||
Restart=always
|
||||
RestartSec=10s
|
||||
DynamicUser=true
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/basho
|
||||
#!/bin/bash
|
||||
|
||||
# Managed by Ansible
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue