summaryrefslogtreecommitdiffhomepage
path: root/debug-me.service
blob: 4b7c27ad6902dba9c83e785267b3da417bd59c74 (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