1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodered_ynh.git synced 2024-09-03 19:46:25 +02:00

syslog output is deprecated in favor of journal

This commit is contained in:
tituspijean 2024-04-17 00:11:03 +02:00 committed by GitHub
parent 4b9b86823f
commit 89f99e7c27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ Group=__APP__
WorkingDirectory=__INSTALL_DIR__/ WorkingDirectory=__INSTALL_DIR__/
Environment="__YNH_NODE_LOAD_PATH__" Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__YNH_NODE__ red.js -p __PORT__ -u __INSTALL_DIR__/data ExecStart=__YNH_NODE__ red.js -p __PORT__ -u __INSTALL_DIR__/data
StandardOutput=syslog StandardOutput=journal
StandardError=inherit StandardError=inherit
# Sandboxing options to harden security # Sandboxing options to harden security