diff options
author | SpineEyE | 2020-07-16 20:27:30 +0200 |
---|---|---|
committer | SpineEyE | 2020-07-16 20:27:30 +0200 |
commit | 0344b7fc6b3ae8c2d0f25fe80e3ce99309e684c0 (patch) | |
tree | 2a31fa531830e08ad712af50ddb13fe96fff2983 /hsphfpd.service | |
download | aur-0344b7fc6b3ae8c2d0f25fe80e3ce99309e684c0.tar.gz |
Initial commit
Diffstat (limited to 'hsphfpd.service')
-rw-r--r-- | hsphfpd.service | 12 |
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 + |