1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00
wikijs_ynh/conf/systemd.service

14 lines
280 B
SYSTEMD
Raw Normal View History

2019-01-29 21:56:56 +01:00
[Unit]
Description=__APP__ service
2019-01-29 21:56:56 +01:00
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
2019-02-02 00:33:27 +01:00
ExecStart=/bin/sh -c '__NODEJS_PATH__/node __FINALPATH__/server >> /var/log/__APP__/__APP__.log 2>&1'
2019-01-29 21:56:56 +01:00
[Install]
WantedBy=multi-user.target