- Add boot.svg image to Bug Report panel [SME: 12953] - Move report template to inside smanager tree - Add one-off systemd task to create boot.svg run from panel
10 lines
265 B
Desktop File
10 lines
265 B
Desktop File
[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
|