File: ffproxy.service

package info (click to toggle)
ffproxy 1.6-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 884 kB
  • sloc: ansic: 2,310; asm: 578; sh: 425; makefile: 91
file content (23 lines) | stat: -rw-r--r-- 379 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
20
21
22
23
[Unit]
Description=ffproxy daemon
Documentation=man:ffproxy(8)

[Service]
DynamicUser=true
NoNewPrivileges=true

ConfigurationDirectory=ffproxy
RuntimeDirectory=ffproxy
PIDFile=/run/ffproxy/ffproxy.pid

Type=forking
ExecStart=/usr/bin/ffproxy -n /run/ffproxy -D /etc/ffproxy

Restart=always
RestartSec=60

ProtectSystem=full
PrivateTmp=true

[Install]
WantedBy=multi-user.target