1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiddlywiki_ynh.git synced 2024-09-03 20:26:34 +02:00

Update systemd.service

This commit is contained in:
Éric Gaspar 2024-06-22 14:52:39 +02:00
parent 4b422d2ca6
commit a28c5f4fe7

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
Environment=PATH=__YNH_NODE_LOAD_PATH__
Environment=PATH=PATH=__PATH_WITH_NODEJS__
Environment=NODE_ENV=production
ExecStart=__YNH_NODE__ tiddlywiki ++languages/__LANGUAGE__ __DATA_DIR__ --listen port=__PORT__
Restart=always