diff options
-rw-r--r-- | meta-webserver/recipes-httpd/sthttpd/sthttpd/thttpd.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-webserver/recipes-httpd/sthttpd/sthttpd/thttpd.service b/meta-webserver/recipes-httpd/sthttpd/sthttpd/thttpd.service index f1095007c4..f181f30abb 100644 --- a/meta-webserver/recipes-httpd/sthttpd/sthttpd/thttpd.service +++ b/meta-webserver/recipes-httpd/sthttpd/sthttpd/thttpd.service | |||
@@ -3,8 +3,8 @@ Description=Tiny/Turbo/Throttling Web Server | |||
3 | 3 | ||
4 | [Service] | 4 | [Service] |
5 | Type=forking | 5 | Type=forking |
6 | ExecStart=/usr/sbin/thttpd -C @@CONFFILE -c cgi-bin/* -i /var/run/thttpd.pid | 6 | ExecStart=/usr/sbin/thttpd -C @@CONFFILE -c cgi-bin/* -i /run/thttpd.pid |
7 | PIDFile=/var/run/thttpd.pid | 7 | PIDFile=/run/thttpd.pid |
8 | 8 | ||
9 | [Install] | 9 | [Install] |
10 | WantedBy=multi-user.target | 10 | WantedBy=multi-user.target |