added systemd timer

This commit is contained in:
davedatum 2020-02-15 12:21:23 +00:00
parent c0bcac94f0
commit b31f637259
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/bash
systemctl enable calamares-launch.timer

View File

@ -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

View File

@ -0,0 +1,8 @@
[Unit]
Description=Run calamares_polkit on boot
[Timer]
OnBootSec=1min
[Install]
WantedBy=timers.target