mirror of
https://github.com/YunoHost-Apps/ztncui_ynh.git
synced 2024-09-03 18:06:05 +02:00
724dadb4a5
* [enh] systemd help with dynamic variables * [fix] unbound variable * [enh] test nodejs helper * [fix] node and npm paths * [fix] ... * [fix] upgrade * force replacing certs * standard admin and password if missing * [enh] specify experimental helpers
14 lines
270 B
Desktop File
14 lines
270 B
Desktop File
[Unit]
|
|
Description=ZeroTier network controller user interface
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=ztncui
|
|
Group=ztncui
|
|
Environment="__YNH_NODE_LOAD_PATH__"
|
|
WorkingDirectory=__FINALPATH__/src/
|
|
ExecStart=__YNH_NPM__ start
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|