[Unit] Description=Arvados Keep web gateway Documentation=https://doc.arvados.org/ After=network.target AssertPathExists=/etc/arvados/keep-web/keep-web.yml # systemd<230 StartLimitInterval=0 # systemd>=230 StartLimitIntervalSec=0 [Service] Type=notify ExecStart=/usr/bin/keep-web Restart=always RestartSec=1 [Install] WantedBy=multi-user.target