File: robustirc-bridge%40.service

package info (click to toggle)
robustirc-bridge 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 220 kB
  • sloc: sh: 76; makefile: 21
file content (19 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=RobustIRC bridge (for %I)
Documentation=man:robustirc-bridge(1)
Documentation=http://robustirc.net/

[Service]
Restart=on-failure
# robustirc-bridge.service (without @) listens on SOCKS already.
ExecStart=/usr/bin/robustirc-bridge -socks= -network=%I
# The bridge only needs network access and is entirely stateless. Therefore,
# restrict access to the system as far as possible.
User=nobody
PrivateDevices=true
ProtectSystem=true
ProtectHome=true
PrivateTmp=true

[Install]
WantedBy=multi-user.target