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

20 lines
397 B
SYSTEMD
Raw Normal View History

2020-09-29 16:25:50 +02:00
[Unit]
Description=Luckysheet: online spreadsheet
Documentation=https://github.com/mengshukeji/Luckysheet
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__
Environment="PATH=__ENV_PATH__"
Environment="NODE_ENV=production"
2021-05-27 13:24:40 +02:00
ExecStart=__YNH_NPM__ run build
2020-09-29 16:25:50 +02:00
Restart=always
2021-05-27 13:51:36 +02:00
#PrivateTmp=true
#PrivateDevices=true
2020-09-29 16:25:50 +02:00
[Install]
WantedBy=multi-user.target