apache_restarter
frontend
test
tests
webpub1c
.gitignore
.gitmodules
brackets.py
config.yml
pub1c-rest.py
requirements.txt
run.sh
webpub1c-admin.service
14 lines
282 B
Desktop File
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
|