mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
17 lines
289 B
SYSTEMD
17 lines
289 B
SYSTEMD
|
[Unit]
|
||
|
Description=.
|
||
|
After=syslog.target network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=__APP__
|
||
|
Group=__APP__
|
||
|
WorkingDirectory=__FINALPATH__/
|
||
|
Environment=PATH=__ENV_PATH__
|
||
|
Environment=NODE_ENV=production
|
||
|
ExecStart=__YNH_NPM__ __APP__ start
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|