aboutsummaryrefslogtreecommitdiff
path: root/src/system/files/systemd/user/syncthing.service
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2025-06-06 11:16:42 -0500
committerAaditya Dhruv <[email protected]>2025-06-06 11:17:00 -0500
commit5fcb99d7c16029ee0495a437a7bbe7b003dda023 (patch)
treec4074843eaf86869d5902be30a0c5068c3740dd2 /src/system/files/systemd/user/syncthing.service
parent97f21912d5f087dfa15cdba7de04e500ea08743a (diff)
Cleanup configs
Diffstat (limited to 'src/system/files/systemd/user/syncthing.service')
-rw-r--r--src/system/files/systemd/user/syncthing.service13
1 files changed, 0 insertions, 13 deletions
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