aboutsummaryrefslogtreecommitdiff
path: root/src/system/files/systemd/user/syncthing.service
blob: 67fa2cd051c05d2f630d0a771e289b7b737399dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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