From 5fcb99d7c16029ee0495a437a7bbe7b003dda023 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Fri, 6 Jun 2025 11:16:42 -0500 Subject: Cleanup configs --- src/system/files/systemd/sys/wireguard.service | 14 -------------- src/system/files/systemd/user/syncthing.service | 13 ------------- 2 files changed, 27 deletions(-) delete mode 100644 src/system/files/systemd/sys/wireguard.service delete mode 100644 src/system/files/systemd/user/syncthing.service (limited to 'src/system/files/systemd') 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 diff --git a/src/system/files/systemd/user/syncthing.service b/src/system/files/systemd/user/syncthing.service deleted file mode 100644 index 67fa2cd..0000000 --- a/src/system/files/systemd/user/syncthing.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Syncthing podman container -After=network-online.target -Wants=network-online.target - -[Service] -Type=oneshot -RemainAfterExit=true -ExecStart=/usr/bin/podman-compose -f /home/aaditya/containers/syncthing/compose.yaml up -d -ExecStop=/usr/bin/podman-compose -f /home/aaditya/containers/syncthing/compose.yaml down - -[Install] -WantedBy=multi-user.target -- cgit