helps to actually commit the file to git
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
c422fb5bfc
commit
b4c2cf8881
1 changed files with 17 additions and 0 deletions
17
roles/loopabull/files/loopabull@.service
Normal file
17
roles/loopabull/files/loopabull@.service
Normal file
|
@ -0,0 +1,17 @@
|
|||
[Unit]
|
||||
Description=loopabull worker #%i
|
||||
After=network.target
|
||||
Documentation=https://github.com/maxamillion/loopabull
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/loopabull $CONFIG_FILE
|
||||
User=root
|
||||
Group=root
|
||||
Restart=on-failure
|
||||
Type=simple
|
||||
EnvironmentFile=-/etc/sysconfig/loopabull
|
||||
Restart=on-failure
|
||||
PrivateTmp=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue