mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 03:32:34 +08:00
16 lines
252 B
Desktop File
16 lines
252 B
Desktop File
[Unit]
|
|
Description=clash
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
ExecStart=/etc/clash/clash -d /etc/clash
|
|
ExecStartPost=/etc/clash/start.sh afstart
|
|
Restart=on-failure
|
|
RestartSec=3s
|
|
LimitNOFILE=999999
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |