mirror of
https://github.com/KANIKIG/Multi-EasyGost.git
synced 2025-08-10 00:52:32 +00:00
16 lines
297 B
Desktop File
Executable File
16 lines
297 B
Desktop File
Executable File
[Unit]
|
|
Description=gost
|
|
After=network-online.target
|
|
Wants=network-online.target systemd-networkd-wait-online.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Restart=always
|
|
RestartSec=5
|
|
DynamicUser=true
|
|
ExecStart=/usr/bin/gost -C /etc/gost/config.json
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|