1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pairdrop_ynh.git synced 2024-09-03 19:56:16 +02:00

Update systemd.service

This commit is contained in:
Éric Gaspar 2023-10-08 19:03:10 +02:00
parent 12fe8d55d5
commit 8da1bf2a26

View file

@ -11,9 +11,6 @@ Environment="PORT=__PORT__"
Environment="RTC_CONFIG=__INSTALL_DIR__/rtc_config.json"
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__YNH_NODE__ __INSTALL_DIR__/index.js --rate-limit --auto-restart
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=__APP__
Restart=always