diff --git a/simpleadmin/systemd/simpleadmin_httpd.service b/simpleadmin/systemd/simpleadmin_httpd.service deleted file mode 100644 index b81aae2..0000000 --- a/simpleadmin/systemd/simpleadmin_httpd.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=SimpleAdmin httpd service -After=network.target - -[Service] -Type=simple -ExecStart=/usr/sbin/httpd -f -h /usrdata/simpleadmin/www -p 8080 -ExecStop=/bin/kill -WINCH ${MAINPID} - -[Install] -WantedBy=multi-user.target \ No newline at end of file