DocSpace-buildtools/build/install/common/systemd/service
Evgeniy Antonyuk 84ea95559f
Bugfix/Change the systemd startup type (#302)
* Change the systemd startup type

* Delete the unused systemd parameter

Co-authored-by: Alexey Golubev <alexey.golubev@onlyoffice.com>
2021-07-29 16:23:45 +03:00

18 lines
271 B
Plaintext

[Unit]
Description=AppServer-${SERVICE_NAME}
After=network.target syslog.target
[Service]
Type=notify
User=onlyoffice
Group=onlyoffice
WorkingDirectory=${WORK_DIR}
ExecStart=${EXEC_START}
TimeoutSec=600
Restart=no
PrivateTmp=false
[Install]
WantedBy=multi-user.target