Linux
Service systemd
[Unit]
Description=burunya
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/SomeUpdater
Restart=always
RestartSec=60
[Install]
WantedBy=multi-user.targetsystemctl daemon-reload
systemctl enable Updater.service
systemctl start Updater.serviceLast updated