beegfs/mon/build/dist/usr/lib/systemd/system/beegfs-mon@.service
2025-08-10 01:34:16 +02:00

15 lines
646 B
Desktop File

[Unit]
Description=BeeGFS Mon Server (multimode)
Documentation=http://www.beegfs.com/content/documentation/
Requires=network-online.target
# We disable the wants service, because it spams the log files
#Wants=beegfs-mgmtd.service beegfs-storage.service openibd.service openib.service rdma.service opensmd.service opensm.service
After=network-online.target beegfs-mgmtd.service beegfs-storage.service openibd.service openib.service rdma.service opensmd.service opensm.service zfs.target
[Service]
ExecStart=/opt/beegfs/sbin/beegfs-mon cfgFile=/etc/beegfs/%I.d/beegfs-mon.conf runDaemonized=false
Type=simple
[Install]
WantedBy=multi-user.target