ansible/roles/rtty/templates/rtty.service

11 lines
210 B
Desktop File

[Unit]
Description=rtty
After=network.target
[Service]
PrivateTmp=true
ExecStart=/usr/local/bin/rtty -I {{ inventory_hostname }} -h {{ rtty_server }} -a -f root
[Install]
WantedBy=multi-user.target