mirror of
https://github.com/YunoHost-Apps/wetty_ynh.git
synced 2024-09-03 18:16:29 +02:00
21 lines
349 B
Desktop File
21 lines
349 B
Desktop File
[Unit]
|
|
Description=Wetty Web Terminal
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
Environment=NODE_ENV=production
|
|
Environment="__YNH_NODE_LOAD_PATH__"
|
|
|
|
WorkingDirectory=__FINALPATH__
|
|
ExecStart=node . --conf ./config.json5
|
|
|
|
TimeoutStopSec=20
|
|
KillMode=mixed
|
|
Restart=always
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|