constantly firing timers cause systemd to think startup never finishes
[distro-setup] / filesystem / etc / systemd / system / epanicclean.service
index d7f22315478a4a181a58caeed2e23c86c83553a1..bc79520b1eb999a8034d7699f1f76db2771b7387 100644 (file)
@@ -1,7 +1,13 @@
 [Unit]
 Description=epanic-clean
-After=multi-user.target
+After=local-fs.target
+StartLimitIntervalSec=0
 
 [Service]
-Type=oneshot
+Type=simple
 ExecStart=/usr/local/bin/sysd-mail-once -3 epanic-clean /usr/local/bin/epanic-clean
+Restart=always
+RestartSec=600
+
+[Install]
+WantedBy=grahical.target