mirror of
https://github.com/amnezia-vpn/DefaultVPN.git
synced 2026-05-20 18:26:15 +03:00
* feat: update app identifiers and development team for iOS and macOS builds * feat: rename AmneziaVPN to DefaultVPN in iOS configuration and code references * Complete rename * Missed folder renamed * Translation removed from commit * Another step of renaming * submodule reverted
15 lines
283 B
Desktop File
Executable File
15 lines
283 B
Desktop File
Executable File
[Unit]
|
|
Description=DefaultVPN Service
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=1
|
|
ExecStart=/opt/DefaultVPN/service/DefaultVPN-service.sh
|
|
Environment=LD_LIBRARY_PATH=/opt/DefaultVPN/client/lib
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|