diff --git a/temp-cleanup/systemd/cleanup-temp.service b/temp-cleanup/systemd/cleanup-temp.service index b469e51..58ccff3 100644 --- a/temp-cleanup/systemd/cleanup-temp.service +++ b/temp-cleanup/systemd/cleanup-temp.service @@ -4,3 +4,6 @@ Description=Cleanup temp folder [Service] Type=oneshot ExecStart=/home/kai/cleanup_temp.sh + +[Install] +WantedBy=default.target \ No newline at end of file