We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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