Magellan Linux

Annotation of /trunk/samba/winbindd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2592 - (hide annotations) (download)
Tue Jun 23 06:50:04 2015 UTC (8 years, 11 months ago) by niro
File size: 319 byte(s)
-sync service files with upstream and added samba.service
1 niro 1550 [Unit]
2     Description=Samba Winbind daemon
3     After=syslog.target network.target nmbd.service
4    
5     [Service]
6 niro 2592 Type=notify
7     NotifyAccess=all
8     PIDFile=/run/samba/winbindd.pid
9 niro 1550 EnvironmentFile=-/etc/conf.d/samba
10     ExecStart=/usr/sbin/winbindd "$WINBINDOPTIONS"
11 niro 2592 ExecReload=/usr/bin/kill -HUP $MAINPID
12 niro 1550
13     [Install]
14     WantedBy=multi-user.target