cic-staff-installer/systemd/cic-cache-tracker.service
2021-11-10 11:32:14 +01:00

11 lines
182 B
Desktop File

[Unit]
Description=CIC transaction cache syncer
After=network.target
[Service]
ExecStart="cic-cache-trackerd -c %h/.config/cic/cache"
Restart=always
[Install]
After=network.target