17 lines
No EOL
334 B
Desktop File
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 |