File: ums2net.service

package info (click to toggle)
ums2net 0.1.4-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: cpp: 630; xml: 122; sh: 11; makefile: 10
file content (14 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=UMS to network proxy
Documentation=man:ums2net(8)
After=network-online.target
Wants=network-online.target

[Service]
EnvironmentFile=-/etc/default/ums2net
ExecStart=/usr/sbin/ums2net -c $CONFFILE -P /run/ums2net.pid
Type=exec
Restart=no

[Install]
WantedBy=multi-user.target