feat: Add systemd file and data to integrate the app as a daemon

This commit is contained in:
Sven Sager
2023-10-07 17:15:12 +02:00
committed by Sven Sager
parent c1bd98c444
commit 0380311a9d
4 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Additional options that are passed to revpi-middleware.
# add '-f /var/log/revpi-middleware.log' to write logs to own log file
# add '-v' or '-vv' for verbose logging
DAEMON_OPTS=""
# In addition to journalctl, use your own additional log file
# DAEMON_OPTS="-f /var/log/revpi-middleware.log"