File: softflowd%40.service

package info (click to toggle)
softflowd 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 680 kB
  • sloc: ansic: 5,321; sh: 634; perl: 196; makefile: 43
file content (17 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=softflowd %I instance
SourcePath=/etc/softflowd/%I.conf
Documentation=man:softflowd(8)
PartOf=softflowd.service
After=rc-local.service

[Service]
Type=forking
EnvironmentFile=/etc/softflowd/%I.conf
ExecStart=/usr/sbin/softflowd -i $interface -p /run/softflowd/%I.pid -c /run/softflowd/%I.ctl $options
Restart=always
RestartSec=10
PIDFile=/run/softflowd/%I.pid

[Install]
WantedBy=multi-user.target