ansible/roles/loopabull/files/loopabull@.service
Adam Miller b4c2cf8881 helps to actually commit the file to git
Signed-off-by: Adam Miller <admiller@redhat.com>
2017-06-01 22:42:23 +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