Re: [lsc-users] lsc systemd service

2018-02-19 Thread Clément OUDOT
2018-02-13 13:50 GMT+01:00 Francesco Malvezzi : > hi all, > > I know an init.d systemv startup script is provided with lsc. > > If I had to write a systemd service for lsc, what about the following? > > cat /etc/systemd/system/lsc.service > [Unit] > Description=LSC sync broker > After=network.targe

[lsc-users] lsc systemd service

2018-02-13 Thread Francesco Malvezzi
hi all, I know an init.d systemv startup script is provided with lsc. If I had to write a systemd service for lsc, what about the following? cat /etc/systemd/system/lsc.service [Unit] Description=LSC sync broker After=network.target [Service] PrivateTmp=true PIDFile=/run/lsc.pid Type=oneshot #E