• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[Unit]
2Description=Hacksaw service
3ConditionPathExists=/usr/local/bin/hacksawd
4
5[Service]
6# Runs as root by default
7Type=simple
8ExecStart=/usr/local/bin/hacksawd
9
10[Install]
11RequiredBy=hacksaw.socket
12