Files
apache_restarter
frontend
test
tests
webpub1c
.gitignore
.gitmodules
brackets.py
config.yml
pub1c-rest.py
requirements.txt
run.sh
webpub1c-admin.service
pub1c-web/webpub1c-admin.service
2021-06-17 15:56:44 +03:00

14 lines
282 B
Desktop File

[Unit]
Description=1C Web Publication Admin service
After=apache2.service apache_restarter.service
Wants=apache2.service apache_restarter.service
[Service]
ExecStart=/path/run.sh
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=2s
[Install]
WantedBy=multi-user.target