summaryrefslogtreecommitdiffhomepage
path: root/debug-me.service
blob: 03a89175f2ebc1d0d5d48a5efe71e66e49c97a73 (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 /etc
ReadWritePaths=/var/log/debug-me
User=_debug-me
Group=_debug-me
StandardInput=null
StandardOutput=journal
StandardError=journal

[Install]
WantedBy=multi-user.target