mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 10:43:11 +01:00
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
|
[Unit]
|
||
|
Description=status Telegram message for %i to user
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/bash {{ systemd_telegram_script }} %i
|
||
|
User=root
|
||
|
Group=systemd-journal
|