tevent: avoid any operation on epoll_ev after a epoll_panic()
[Samba/gebeck_regimport.git] / packaging / systemd / README
blobc185b2c7ae9811ec33743f243cf613cb165e8457
1 With systemd the /run or /var/run are tmpfs filesystems. This means
2 the direcories required by samba need to be created during startup.
3 This can be done with a config file for tmpfiles, see samba.conf.tmp.
4 You need to copy this file to the directoy systemd-tmpfiles is looking
5 for its config files e.g.:
7 install -d -m 0755 /etc/tmpfiles.d/
8 install -m644 samba.conf.tmp /etc/tmpfiles.d/samba.conf
10 If you're a packager don't forget to run the systemd-tmpfiles binary
11 in the script after samba has been installed. This makes sure the
12 directory exists and you can start samba directly after the installation.
14 /usr/bin/systemd-tmpfiles --create /etc/tmpfiles.d/samba.conf