mirror of
https://gitlab.com/niansa/simpsh-httpd.git
synced 2025-03-06 20:53:36 +01:00
Create simpsh-httpd.service
This commit is contained in:
parent
c372b457bf
commit
1145582514
1 changed files with 10 additions and 0 deletions
10
simpsh-httpd.service
Normal file
10
simpsh-httpd.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=simpsh-httpd
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/usr/share/simpsh-httpd/
|
||||
ExecStart=/usr/share/simpsh-httpd/start-socat.sh
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Reference in a new issue