system/systemd/cytube.service
Georg 570ed2aed2 Initial Systemd Service Run: 3/3
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 13:04:22 +02:00

16 lines
315 B
Desktop File

[Unit]
Description=CyTube
After=network.target mysqld.service
[Service]
Type=simple
User=cytube
Group=cytube
WorkingDirectory=/opt/cytube/sync/
Environment=NODE_ENV=production
ExecStart=/opt/cytube/.nvm/versions/node/v14.17.0/bin/node /opt/cytube/sync/index.js
Restart=always
[Install]
WantedBy=multi-user.target