14 lines
264 B
Desktop File
14 lines
264 B
Desktop File
[Unit]
|
|
Description=SME server bootup fix
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Environment=HOME=/root
|
|
WorkingDirectory=/root
|
|
ExecStart=/etc/e-smith/events/actions/systemd-default
|
|
Type=oneshot
|
|
|
|
[Install]
|
|
WantedBy=basic.target reboot.target shutdown.target halt.target
|
|
|