1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ztncui_ynh.git synced 2024-09-03 18:06:05 +02:00
ztncui_ynh/conf/systemd.service
tituspijean 724dadb4a5
[enh] improved systemd and nodejs helpers (#5)
* [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
2020-04-25 15:34:13 +02:00

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