Merge pull request #141 from YunoHost/systemd-stdout

Fix systemd stdout/stderr
This commit is contained in:
yalh76 2021-03-31 23:37:04 +02:00 committed by GitHub
commit 241c18f77f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,9 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/script >> /var/log/__APP__/__APP__.log 2>&1
ExecStart=__FINALPATH__/script
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit
[Install]
WantedBy=multi-user.target