diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-06 11:16:42 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-06-06 11:17:00 -0500 |
commit | 5fcb99d7c16029ee0495a437a7bbe7b003dda023 (patch) | |
tree | c4074843eaf86869d5902be30a0c5068c3740dd2 /src/system/files/systemd/sys | |
parent | 97f21912d5f087dfa15cdba7de04e500ea08743a (diff) |
Cleanup configs
Diffstat (limited to 'src/system/files/systemd/sys')
-rw-r--r-- | src/system/files/systemd/sys/wireguard.service | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/system/files/systemd/sys/wireguard.service b/src/system/files/systemd/sys/wireguard.service deleted file mode 100644 index 76a2968..0000000 --- a/src/system/files/systemd/sys/wireguard.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Wireguard -After=network-online.target -Wants=network-online.target - -[Service] -Type=oneshot -RemainAfterExit=true -User=root -ExecStart=/usr/bin/wg-quick up wg0 -ExecStop=/usr/bin/wg-quick down wg0 - -[Install] -WantedBy=multi-user.target |