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 15:06:42 +02:00
parent 83c8e4120f
commit 5545a49d83

View file

@ -9,7 +9,7 @@ Group=__APP__
WorkingDirectory=__INSTALL_DIR__/ WorkingDirectory=__INSTALL_DIR__/
Environment=PATH=__PATH_WITH_NODEJS__ Environment=PATH=__PATH_WITH_NODEJS__
Environment=NODE_ENV=production Environment=NODE_ENV=production
ExecStart=node tiddlywiki ++languages/__LANGUAGE__ __DATA_DIR__ --listen port=__PORT__ ExecStart=tiddlywiki ++languages/__LANGUAGE__ __DATA_DIR__ --listen port=__PORT__
Restart=always Restart=always
# Sandboxing options to harden security # Sandboxing options to harden security