1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sutom_ynh.git synced 2024-09-03 20:26:15 +02:00
sutom_ynh/conf/systemd.service

17 lines
292 B
SYSTEMD
Raw Normal View History

2022-01-28 17:15:32 +01:00
[Unit]
Description=Sutom: online word game
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__
Environment="PATH=__ENV_PATH__"
Environment="NODE_ENV=production"
ExecStart=__YNH_NPM__ start
Restart=always
[Install]
WantedBy=multi-user.target