smeserver-manager/root/usr/lib/systemd/system/bootsequence.service

10 lines
265 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Koozali SME Server boot diagnostic tool
After=sme-server.target
PartOf=sme-server.target
[Service]
Type=oneshot
ExecStart=/bin/sh -c "/usr/bin/systemd-analyze plot > /usr/share/smanager/themes/default/public/images/boot.svg"
RemainAfterExit=yes