summarylogtreecommitdiffstats
path: root/hare-hook.service
blob: 7526d6ed262dbe089ed42250830f00251e16b2a5 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=A dreadfully simple socket listener that executes commands
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/hare-hook

[Install]
WantedBy=multi-user.target