mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
17 lines
407 B
Desktop File
Executable File
17 lines
407 B
Desktop File
Executable File
[Unit]
|
|
Description=Mieru proxy client
|
|
After=network-online.target network.service networking.service NetworkManager.service systemd-networkd.service
|
|
Wants=network-online.target
|
|
StartLimitBurst=5
|
|
StartLimitIntervalSec=60
|
|
|
|
[Service]
|
|
Type=exec
|
|
Environment="MIERU_CONFIG_JSON_FILE=/etc/mieru_client_config.json"
|
|
ExecStart=/usr/bin/mieru run
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|