mirror of
https://github.com/YunoHost-Apps/luckysheet_ynh.git
synced 2024-09-03 19:36:21 +02:00
20 lines
393 B
SYSTEMD
20 lines
393 B
SYSTEMD
|
[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"
|
||
|
ExecStart=__YNH_NPM__ run dev
|
||
|
Restart=always
|
||
|
PrivateTmp=true
|
||
|
PrivateDevices=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|