Compare commits
No commits in common. "ee90c99080404563b25465b4786b31916d4fe2f5" and "1a1335f92de8735093bb595f03ced497cb2d3892" have entirely different histories.
ee90c99080
...
1a1335f92d
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=always
|
||||
Restart=on-failure
|
||||
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=always
|
||||
Restart=on-failure
|
||||
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=always
|
||||
Restart=on-failure
|
||||
RestartSec=10s
|
||||
DynamicUser=true
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/basho
|
||||
|
||||
# Managed by Ansible
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue