26 lines
534 B
Plaintext
26 lines
534 B
Plaintext
|
[Unit]
|
||
|
Description=Samba SMB Daemon global service for Koozali SME Server
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
#NotifyAccess=
|
||
|
#PIDFile=
|
||
|
#LimitNOFILE=
|
||
|
#EnvironmentFile=
|
||
|
ExecStartPre=/sbin/e-smith/service-status smb
|
||
|
ExecStartPre=-/sbin/e-smith/expand-template /etc/samba/smb.conf
|
||
|
ExecStartPre=-/sbin/e-smith/expand-template /etc/samba/smbusers
|
||
|
ExecStart=
|
||
|
# Execute a dummy program
|
||
|
ExecStart=/bin/true
|
||
|
|
||
|
ExecReload=
|
||
|
#LimitCORE=
|
||
|
# This service shall be considered active after start
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=
|
||
|
WantedBy=sme-server.target
|
||
|
|