diff options
author | metalgamer | 2015-08-09 13:27:29 +0200 |
---|---|---|
committer | metalgamer | 2015-08-09 13:27:29 +0200 |
commit | 7dd76f4016cdcdb98efc0837617c07b0ab0c355c (patch) | |
tree | 9c723a267ed48753460401fcd943c7dc813fadbf /service | |
download | aur-7dd76f4016cdcdb98efc0837617c07b0ab0c355c.tar.gz |
Initial import
Diffstat (limited to 'service')
-rw-r--r-- | service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/service b/service new file mode 100644 index 000000000000..2b40115baeb2 --- /dev/null +++ b/service @@ -0,0 +1,10 @@ +[Unit] +Description=Tiny HTTP Daemon + +[Service] +PIDFile=/run/thttpd.pid +ExecStart=/usr/bin/thttpd -D -C /etc/thttpd.conf +Restart=always + +[Install] +WantedBy=multi-user.target |