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 #Environment=JAVA_HOME=/usr/jvm/lib/latest User=lsc Group=lsc ExecStart=/opt/lsc/bin/lsc -a all -f /opt/lsc/etc [Install] WantedBy=multi-user.target is it really that simple? How do your systemd services for lsc look like? thank you, Francesco _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

