14 lines
264 B
SYSTEMD
14 lines
264 B
SYSTEMD
|
[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
|
||
|
|