computer-playbook/roles/systemd-notifier-telegram/templates/systemd-notifier-telegram@.service.j2

9 lines
167 B
Plaintext
Raw Normal View History

2023-05-28 22:17:33 +02:00
[Unit]
Description=status Telegram message for %i to user
[Service]
Type=oneshot
ExecStart=/bin/bash {{ systemd_telegram_script }} %i
User=root
Group=systemd-journal