[tic-core] systemd: service file for systemd at boot time
[archive/20170607/tools/tic-core.git] / systemd / tic-core.service
1 [Unit]
2 Description=Tizen Image Creator (TIC) - Core
3 After=network.target
4
5 [Service]
6 EnvironmentFile=/etc/profile
7 Type=simple
8 User=score
9 Group=score
10 ExecStart=/usr/local/bin/tic-core start
11 ExecReload=/bin/kill -HUP $MAINPID
12 StandardOutput=tty+journal+console
13
14 [Install]
15 WantedBy=multi-user.target