added systemd script for sysadmin

This commit is contained in:
jahway603
2021-09-19 18:39:45 -04:00
parent 0502b3c219
commit 451b7ab0b0
3 changed files with 41 additions and 1 deletions

9
doc/hushd.service Normal file
View File

@@ -0,0 +1,9 @@
[Unit]
Description=Hush daemon
After=network.target
[Service]
ExecStart=/usr/bin/hushd
[Install]
WantedBy=default.target