mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
8 lines
141 B
SYSTEMD
8 lines
141 B
SYSTEMD
|
[Unit]
|
||
|
Description=enable pihole network after work
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStartPre=nmcli conn up wg0
|
||
|
ExecStart=nmcli conn up IndianWay
|