mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-13 00:11:05 +01:00
7 lines
235 B
Plaintext
7 lines
235 B
Plaintext
|
[Unit]
|
||
|
Description={{item}} systemctl maintanance services
|
||
|
OnFailure=systemd-notifier@%n.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/sh -c '/usr/bin/python {{ freezer_script }} {{item}} {{ system_maintenance_services | join(",") }}'
|