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
395 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
PrivateTmp=true
PrivateDevices=true
[Install]
WantedBy=multi-user.target