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]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/bin/bash /var/lib/irc-bot/irc-bot
|
ExecStart=/bin/bash /var/lib/irc-bot/irc-bot
|
||||||
Restart=on-failure
|
Restart=always
|
||||||
RestartSec=10s
|
RestartSec=10s
|
||||||
DynamicUser=true
|
DynamicUser=true
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ Requires=irc-bot.service
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/bin/bash /var/lib/irc-helpers/doorduino.sh
|
ExecStart=/bin/bash /var/lib/irc-helpers/doorduino.sh
|
||||||
Restart=on-failure
|
Restart=always
|
||||||
RestartSec=10s
|
RestartSec=10s
|
||||||
DynamicUser=true
|
DynamicUser=true
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ Requires=irc-bot.service
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/bin/bash /var/lib/irc-helpers/photos.sh
|
ExecStart=/bin/bash /var/lib/irc-helpers/photos.sh
|
||||||
Restart=on-failure
|
Restart=always
|
||||||
RestartSec=10s
|
RestartSec=10s
|
||||||
DynamicUser=true
|
DynamicUser=true
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/basho
|
#!/bin/bash
|
||||||
|
|
||||||
# Managed by Ansible
|
# Managed by Ansible
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue