[tic-web] systemd: service file for systemd at boot time 98/126498/2
authorGeunsik Lim <geunsik.lim@samsung.com>
Mon, 24 Apr 2017 01:18:12 +0000 (10:18 +0900)
committerGeunsik Lim <geunsik.lim@samsung.com>
Mon, 24 Apr 2017 01:20:56 +0000 (10:20 +0900)
commit18c43a686f3e871a93a0783b3d07d58d3085fbb6
tree6a96331b4682b5dea4498a252badf06bca6fd3fa
parent60ed21c216563fa1ce29f5c0601fd4f46a996643
[tic-web] systemd: service file for systemd at boot time

* How to enable a service file
u16.04$> sudo cp ./systemd/tic-web.service /lib/systemd/systemd
u16.04$> systemctl enable tic-web.service
u16.04$> systemctl start  tic-web.service
u16.04$> systemctl status tic-web.service
u16.04$> journalctl -u    tic-web.service

Change-Id: I6e31d59c42a486429fdcdc932d2c5b160b8add89
Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
systemd/tic-web.service [new file with mode: 0644]
systemd/tic-web.sh [new file with mode: 0755]