12 lines
199 B
Desktop File
12 lines
199 B
Desktop File
[Unit]
|
|
Description=Hacksaw service
|
|
ConditionPathExists=/usr/local/bin/hacksawd
|
|
|
|
[Service]
|
|
# Runs as root by default
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/hacksawd
|
|
|
|
[Install]
|
|
RequiredBy=hacksaw.socket
|