14 lines
212 B
Desktop File
14 lines
212 B
Desktop File
[Unit]
|
|
Description=Rego VPN GUI Services
|
|
After=network.target dbus.service
|
|
Wants=dbus.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/entrypoint.sh
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|