mirror of
https://github.com/YunoHost-Apps/nocodb_ynh.git
synced 2024-09-03 19:56:01 +02:00
17 lines
352 B
Desktop File
17 lines
352 B
Desktop File
[Unit]
|
|
Description=__APP__ daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
WorkingDirectory=__FINALPATH__/
|
|
Environment="__YNH_NODE_LOAD_PATH__"
|
|
EnvironmentFile=__FINALPATH__/.env
|
|
ExecStart=__YNH_NODE__ index.js
|
|
StandardOutput=append:/var/log/__APP__/__APP__.log
|
|
StandardError=inherit
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|