mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
17 lines
319 B
Text
17 lines
319 B
Text
|
[Unit]
|
||
|
Description=Provides the Lokole Server
|
||
|
#Requires=lokole.socket
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/bin/bash {{ lokole_run_directory }}/webapp.sh
|
||
|
ExecReload=/bin/kill -s HUP $MAINPID
|
||
|
ExecStop=/bin/kill -s TERM $MAINPID
|
||
|
User=root
|
||
|
Group=root
|
||
|
PrivateTmp=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|