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

11 lines
182 B
SYSTEMD

[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