R&D/클라우드

systemd

sunshout 2017. 3. 13. 11:18

Config file : /usr/lib/systemd/system/


Format


[Unit]

Description = My Program

After = network.target


[Service]

Type = forking

ExecStart = xxxx --with-parameters

ExecReload =

ExecStop = pkill -9 xxxx

PrivateTmp=true


[Install]

WantedBy=multi-user.target