summaryrefslogtreecommitdiffhomepage
path: root/debug-me.service
blob: a046da5757d6efd72025503fe02efc29f117ef97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=debug-me server
Documentation=https://debug-me.branchable.com/

[Service]
Environment='DAEMON_PARAMS=--server /var/log/debug-me/ --delete-old-logs'
EnvironmentFile=-/etc/default/debug-me
ExecStart=/usr/bin/debug-me $DAEMON_PARAMS
InaccessiblePaths=/home
ReadWritePaths=/var/log/debug-me
User=_debug-me
Group=_debug-me
StandardInput=null
StandardOutput=journal
StandardError=journal

[Install]
WantedBy=multi-user.target