forked from nihilist/blog-contributions
17 lines
271 B
SYSTEMD
17 lines
271 B
SYSTEMD
|
[Unit]
|
||
|
Description=Archtorify Startup Service
|
||
|
Wants=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/bin/archtorify -t
|
||
|
ExecReload=/usr/bin/archtorify -r
|
||
|
ExecStop=/usr/bin/archtorify -c
|
||
|
Restart=on-failure
|
||
|
RestartSec=10s
|
||
|
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|