helps to include the loopabull unit template
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
16ea698b98
commit
a5a803e310
1 changed files with 17 additions and 0 deletions
17
files/loopabull/loopabull@.service
Normal file
17
files/loopabull/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