the-bastion/etc/systemd/osh-sync-watcher.service

12 lines
220 B
SYSTEMD
Raw Normal View History

2020-10-16 00:32:37 +08:00
[Unit]
Description=OVH::Bastion master-slave synchronization daemon
[Service]
ExecStart=/opt/bastion/bin/admin/osh-sync-watcher.sh
KillMode=process
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target