summarylogtreecommitdiffstats
path: root/hsphfpd.service
diff options
context:
space:
mode:
authorSpineEyE2020-07-16 20:27:30 +0200
committerSpineEyE2020-07-16 20:27:30 +0200
commit0344b7fc6b3ae8c2d0f25fe80e3ce99309e684c0 (patch)
tree2a31fa531830e08ad712af50ddb13fe96fff2983 /hsphfpd.service
downloadaur-0344b7fc6b3ae8c2d0f25fe80e3ce99309e684c0.tar.gz
Initial commit
Diffstat (limited to 'hsphfpd.service')
-rw-r--r--hsphfpd.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/hsphfpd.service b/hsphfpd.service
new file mode 100644
index 000000000000..34d214541625
--- /dev/null
+++ b/hsphfpd.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=hsphfpd
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/hsphfpd.pl
+KillMode=process
+Restart=on-failure
+
+[Install]
+WantedBy=default.target
+