8460: Fix binary path.
[arvados.git] / services / ws / arvados-ws.service
1 [Unit]
2 Description=Arvados websocket server
3 Documentation=https://doc.arvados.org/
4 After=network.target
5 AssertPathExists=/etc/arvados/ws/ws.yml
6
7 [Service]
8 Type=notify
9 ExecStart=/usr/bin/arvados-ws
10 Restart=always
11
12 [Install]
13 WantedBy=multi-user.target