This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment='DAEMON_PARAMS=--server /var/log/debug-me/ --delete-old-logs'
-
EnvironmentFile=-/etc/default/debug-me
-
ExecStart=/usr/bin/debug-me $DAEMON_PARAMS
-
Group=_debug-me
-
InaccessiblePaths=/home
-
ReadWritePaths=/var/log/debug-me
-
StandardError=journal
-
StandardInput=null
-
StandardOutput=journal
-
User=_debug-me
-
-
[Unit]
-
Description=debug-me server
-
Documentation=https://debug-me.branchable.com/
-
Additionnal notes
Nothing here.