File: debug-me.service

package info (click to toggle)
debug-me 1.20181208-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 680 kB
  • sloc: haskell: 3,134; sh: 115; makefile: 80
file content (18 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
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