lots of fixes, automation for bitfolk
[distro-setup] / filesystem / etc / systemd / system / epanicclean.service
1 [Unit]
2 Description=epanic-clean
3 After=local-fs.target
4 StartLimitIntervalSec=0
5
6 [Service]
7 Type=simple
8 ExecStart=/usr/local/bin/epanic-clean
9 Restart=always
10 RestartSec=600
11
12 [Install]
13 WantedBy=graphical.target