Archive for October, 2019

MS SQL Server 2017 upstart script

Wednesday, October 30th, 2019

I recently had to install a MS SQL Server 2017 on Linux. Unfortunately, the supplied scripts only support the stupid systemd, not upstart, so for Devuan or Debian Jessie without systemd, the script may be benificial: !/bin/sh ### BEGIN INIT INFO # Provides: mssql-server # Required-Start: $syslog $local_fs $network. # Required-Stop: $syslog $local_fs $network. # […]