File: ifscheme.service

package info (click to toggle)
ifscheme 1.7-6
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 240 kB
  • sloc: sh: 925; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Select default network scheme
After=networking.service
Wants=networking.service

[Install]
WantedBy=network.target

[Service]
Type=oneshot
ExecStart=/etc/init.d/ifscheme start
ExecStop=/etc/init.d/ifscheme stop
RemainAfterExit=true