1
0
Fork 0
mirror of https://github.com/roles-ansible/role_akku_warning.git synced 2024-08-16 10:09:50 +02:00
role_akku_warning/templates/battery_check.service.j2
2021-11-15 00:13:19 +01:00

10 lines
154 B
Django/Jinja

[Unit]
Description=Check battery charging status
[Service]
Type=simple
ExecStart=/opt/akku.sh
User={{ akku_user }}
[Install]
WantedBy=multi-user.target