ansible/files/loopabull/loopabull@.service
Adam Miller a5a803e310 helps to include the loopabull unit template
Signed-off-by: Adam Miller <admiller@redhat.com>
2017-06-01 19:38:48 +00:00

17 lines
No EOL
334 B
Desktop File

[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