peertube-search-index_ynh/conf/systemd.service

20 lines
437 B
Desktop File

[Unit]
Description=__APP__ search index daemon
After=network.target
[Service]
Type=simple
Environment=NODE_ENV=production
Environment="__YNH_NODE_LOAD_PATH__"
Environment=NODE_CONFIG_DIR=__INSTALL_DIR__/sources/config
User=__APP__
Group=__APP__
ExecStart=__YNH_NPM__ start
WorkingDirectory=__INSTALL_DIR__/sources/
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=__APP__
Restart=always
[Install]
WantedBy=multi-user.target