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

11 lines
184 B
SYSTEMD
Raw Normal View History

2021-11-11 08:29:03 +01:00
[Unit]
Description=CIC transaction cache syncer
After=network.target
[Service]
ExecStart=%h/.local/bin/cic_cache_server_start.sh -vv
Restart=always
[Install]
WantedBy=network.target