1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mstream_ynh.git synced 2024-09-03 19:46:17 +02:00
mstream_ynh/conf/systemd.service

17 lines
329 B
SYSTEMD
Raw Normal View History

2022-04-14 15:50:10 +02:00
[Unit]
2023-01-10 19:21:17 +01:00
Description=Mstream: music server
2022-04-14 15:50:10 +02:00
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
Environment=NODE_PORT=__PORT__
WorkingDirectory=__FINALPATH__/
Environment="PATH=__ENV_PATH__"
2023-01-10 19:27:43 +01:00
ExecStart=__YNH_NODE__ __FINALPATH__/mStream/cli-boot-wrapper.js
2022-04-14 15:50:10 +02:00
Restart=on-failure
[Install]
WantedBy=multi-user.target