adding a systemd service conf example
This commit is contained in:
parent
e24a4c2665
commit
c46b3182a7
12
wiki-to-print.service.example
Normal file
12
wiki-to-print.service.example
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=wiki-to-print
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=www-data
|
||||
WorkingDirectory=/var/www/wiki-to-print/wiki-to-print/
|
||||
ExecStart=/usr/bin/make server
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user