Re: [lfs-dev] systemd service files

2013-03-01 Thread Armin K.
Dana 1.3.2013 22:34, John Burrell je napisao: >> >> $ cat /lib/systemd/system/mysqld.service >> [Unit] >> Description=MySQL Server >> After=network.target >> >> [Service] >> User=mysql >> Group=mysql >> ExecStart=/usr/bin/mysqld --pid-file=/var/run/mysqld/mysqld.pid >> Restart=always >> PrivateTmp=

Re: [lfs-dev] systemd service files

2013-03-01 Thread John Burrell
> > $ cat /lib/systemd/system/mysqld.service > [Unit] > Description=MySQL Server > After=network.target > > [Service] > User=mysql > Group=mysql > ExecStart=/usr/bin/mysqld --pid-file=/var/run/mysqld/mysqld.pid > Restart=always > PrivateTmp=true > > [Install] > WantedBy=multi-user.target > > $ cat

Re: [lfs-dev] systemd service files

2013-03-01 Thread Armin K.
On 03/01/2013 08:00 PM, John Burrell wrote: > I installed lfs with systemd and encountered no problems at all - to my mild > surprise. > > Encouraged by this, I've been adding blfs packages and have now come up > against the question of starting various daemons. > > For example, I installed mysql