1 2 3 4 5 6 7 8 9 10
[Unit] Description=Cleanup Storage DefaultDependencies=no [Service] Type=oneshot ExecStart=/usr/bin/cleanup-storage.sh [Install] WantedBy=basic.target