Displaying 4 results from an estimated 4 matches for "khipu".
Did you mean:
chip
2017 Nov 23
2
Compiling Samba 4.7 with systemd support on Fedora 26
Am 23.11.2017 um 23:03 schrieb Rowland Penny via samba:
> On Thu, 23 Nov 2017 21:46:17 +0000
> Arnab Roy <arniekol at gmail.com> wrote:
>
>> The systemd unit file looks like as follows:
>>
>> [Unit]
>> Description=Winbindd Service
>> After=syslog.target network.target
>>
>> [Service]
>>
2017 Nov 23
4
Compiling Samba 4.7 with systemd support on Fedora 26
Am 23.11.2017 um 23:16 schrieb Arnab Roy:
> No dice :( removed as suggested updated unit file looks like this
"Type=notify" can not work until systemd-support was successful built
which does not seem to be the case looking at the starting posts!
> [Unit]
> Description=KKonnect KHIPU-NETWORKS Service
> After=syslog.target network.target
>
> [Service]
> Environment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba
> Type=notify
> NotifyAccess=all
> ExecStart=/usr/local/samba/sbin/winbindd
> ExecReload=/usr/bin/kill -HUP $MAINPID
> LimitCORE=infinity
>
>...
2017 Nov 23
0
Compiling Samba 4.7 with systemd support on Fedora 26
No dice :( removed as suggested updated unit file looks like this
[Unit]
Description=KKonnect KHIPU-NETWORKS Service
After=syslog.target network.target
[Service]
Environment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba
Type=notify
NotifyAccess=all
ExecStart=/usr/local/samba/sbin/winbindd
ExecReload=/usr/bin/kill -HUP $MAINPID
LimitCORE=infinity
[Install]
WantedBy=multi-user.target
I had lifted the...
2017 Nov 23
0
Compiling Samba 4.7 with systemd support on Fedora 26
...y:
>
>> No dice :( removed as suggested updated unit file looks like this
>>
>
> "Type=notify" can not work until systemd-support was successful built
> which does not seem to be the case looking at the starting posts!
>
> [Unit]
>> Description=KKonnect KHIPU-NETWORKS Service
>> After=syslog.target network.target
>>
>> [Service]
>> Environment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba
>> Type=notify
>> NotifyAccess=all
>> ExecStart=/usr/local/samba/sbin/winbindd
>> ExecReload=/usr/bin/kill -HUP $MAINPID
>...