cic-staff-installer/systemd/cic-cache-tracker.service

11 lines
197 B
SYSTEMD
Raw Normal View History

2021-11-08 21:39:42 +01:00
[Unit]
Description=CIC transaction cache syncer
After=network.target
[Service]
2021-11-11 08:29:03 +01:00
ExecStart=%h/.local/bin/cic-cache-trackerd -c %h/.config/cic/cache
2021-11-08 21:39:42 +01:00
Restart=always
[Install]
2021-11-11 08:29:03 +01:00
WantedBy=network.target