mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
8 lines
124 B
Desktop File
8 lines
124 B
Desktop File
[Unit]
|
|
Description=disable pihole
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStartPre=nmcli conn down wg0
|
|
ExecStart=nmcli conn up NoPihole
|