mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
This is required since systemd 245, without it oneshot services may get started more than once. Signed-off-by: Matthias Reichl <hias@horus.com>
10 lines
187 B
Desktop File
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
|