myos/ansible/roles/hosts/files/etc/systemd/system/ansible.service

10 lines
144 B
SYSTEMD
Raw Normal View History

2021-07-15 00:58:24 +02:00
[Unit]
Description=Call myos ansible-pull
[Service]
Type=oneshot
ExecStart=/etc/init.d/myos ansible-pull
[Install]
WantedBy=multi-user.target