init minimal
This commit is contained in:
7
.config/systemd/user/check-battery.service
Normal file
7
.config/systemd/user/check-battery.service
Normal file
@@ -0,0 +1,7 @@
|
||||
[Unit]
|
||||
Description=check-battery
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=%h/bin/check-battery.sh
|
||||
|
||||
8
.config/systemd/user/check-battery.timer
Normal file
8
.config/systemd/user/check-battery.timer
Normal file
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Timer to run check-battery.service every 10 minutes
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*:0/10
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user