mirror of
https://github.com/clearlinux/tallow.git
synced 2026-06-16 01:15:48 +00:00
14 lines
149 B
Plaintext
14 lines
149 B
Plaintext
|
|
[Unit]
|
|
Description=Tallow Service
|
|
|
|
[Service]
|
|
ExecStart=@prefix@/sbin/tallow
|
|
Restart=always
|
|
RestartSec=3
|
|
Nice=10
|
|
|
|
[Install]
|
|
WantedBy=network.target
|
|
|