Magellan Linux

Contents of /trunk/samba/samba.service

Parent Directory Parent Directory | Revision Log Revision Log


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