File: r4dd.service

package info (click to toggle)
r4d 1.7-3
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm
  • size: 268 kB
  • sloc: python: 954; sh: 4; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=r4d server
Documentation=man:r4dd(8)
After=network.target

[Service]
Type=simple
DynamicUser=yes
StateDirectory=r4d
ExecStart=/usr/bin/r4dd -c /etc/r4d.cfg
SupplementaryGroups=leds
[Install]
WantedBy=default.target