1 2 3 4 5 6 7 8 9 10 11 12
[Unit] Description=SGE qmaster service After=network.target [Service] Type=forking ExecStartPre=/opt/sge/%i/common/sgemaster stop ExecStart=/opt/sge/%i/common/sgemaster start ExecStop=/opt/sge/%i/common/sgemaster stop [Install] WantedBy=multi-user.target