diff --git a/calamares-launch-script.sh b/calamares-launch-script.sh new file mode 100644 index 0000000..e7f4b00 --- /dev/null +++ b/calamares-launch-script.sh @@ -0,0 +1,2 @@ +#!/bin/bash +systemctl enable calamares-launch.timer \ No newline at end of file diff --git a/systemd/calamares-launch.service b/systemd/calamares-launch.service new file mode 100644 index 0000000..21a5544 --- /dev/null +++ b/systemd/calamares-launch.service @@ -0,0 +1,10 @@ +[Unit] +Description=Service starts calamares_polkit + +[Service] +Type=simple +User=tromjaro +ExecStart=/bin/bash calamares_polkit + +[Install] +WantedBy=multi-user.target \ No newline at end of file diff --git a/systemd/calamares-launch.timer b/systemd/calamares-launch.timer new file mode 100644 index 0000000..8b013f3 --- /dev/null +++ b/systemd/calamares-launch.timer @@ -0,0 +1,8 @@ +[Unit] +Description=Run calamares_polkit on boot + +[Timer] +OnBootSec=1min + +[Install] +WantedBy=timers.target \ No newline at end of file