peertube_ynh/conf/systemd.service
anmol26s c3221e6128
Fix systemd and redundancy (#46)
* fixed env in systemd

* changed path while creating password

* changed path while creating password

* changed path while creating password

* changed path while creating password

* Path in systemd

* Fixed yarn in upgrade
2018-10-01 03:50:48 +05:30

21 lines
445 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__
Environment="PATH=__ENV_PATH__"
ExecStart=/bin/sh -c ' npm start'
WorkingDirectory=__FINALPATH__/
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=__APP__
Restart=always
[Install]
WantedBy=multi-user.target