10 lines
175 B
Desktop File
10 lines
175 B
Desktop File
[Unit]
|
|
Description = VPNManager
|
|
After = network.target
|
|
|
|
[Service]
|
|
WorkingDirectory = /opt/vpnmanager/
|
|
ExecStart=/opt/vpnmanager/uwsgi.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|