19 lines
464 B
Desktop File
19 lines
464 B
Desktop File
# container-syncthing.service
|
|
# autogenerated by Podman 3.4.1
|
|
# Mon Nov 8 12:46:17 GMT 2021
|
|
|
|
[Unit]
|
|
Description=Podman container-syncthing.service
|
|
Documentation=man:podman-generate-systemd(1)
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
RequiresMountsFor=/run/user/1000/containers
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
TimeoutStopSec=70
|
|
ExecStart=/usr/bin/podman start syncthing
|
|
ExecStop=/usr/bin/podman stop -t 10 syncthing
|
|
|
|
[Install]
|
|
WantedBy=default.target
|