mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
19 lines
444 B
Desktop File
19 lines
444 B
Desktop File
[Unit]
|
|
Description=__APP__ daemon
|
|
After=network.target postgresql.service redis-server.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment=NODE_ENV=production
|
|
Environment=NODE_CONFIG_DIR=__FINALPATH__/config
|
|
User=__APP__
|
|
Group=__APP__
|
|
ExecStart=/bin/sh -c 'PATH=/opt/node_n/bin:$PATH exec npm start'
|
|
WorkingDirectory=__FINALPATH__/
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=__APP__
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|