Skip to content
Truffelhunter edited this page Sep 20, 2017 · 1 revision
  • debian
  • tested proxmox 4.x/5.x

nano /etc/systemd/system/ceph-dash.service


[Unit]

Description=Ceph Dash

After=syslog.target network.target ceph.target

[Service]

ExecStart=/opt/ceph-dash/ceph-dash.py

Type=oneshot

[Install]

WantedBy=multi-user.target


systemctl enable ceph-dash

systemctl start ceph-dash

If the prompt doesn't reapear - a CTRL-C brings you back. Don't worry, ceph-dash is still running.

systemctl status ceph-dash.service

Clone this wiki locally