Lakka-LibreELEC/packages/network/samba/system.d/samba-config.service
Matthias Reichl 3a5b1f118f add RemainAfterExit=yes to our oneshot systemd services
This is required since systemd 245, without it oneshot services
may get started more than once.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-03-13 18:41:26 +01:00

10 lines
187 B
Desktop File

[Unit]
Description=Samba Configuration
DefaultDependencies=false
After=basic.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/lib/samba/samba-config
StartLimitInterval=0