14 lines
265 B
Desktop File
14 lines
265 B
Desktop File
[Unit]
|
|
Description=VPN Router Setup
|
|
Documentation=file:/usr/share/doc/vpn-router/README.md
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/lib/vpn-router/setup
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|