Set proper executable bits
[platform/core/system/dlog.git] / packaging / dlog_logger.service
1 [Unit]
2 Description=dlog logging service
3 After=dloginit.service systemd-tmpfiles-setup.service local-fs.target
4 Before=basic.target
5 DefaultDependencies=no
6
7 [Service]
8 Type=notify
9 #
10 # Setting TZ prevents logger from repeatedly statting /etc/localtime
11 # each time it wanted a timestamp, increasing performance.
12 #
13 Environment=TZ=:/etc/localtime
14 SmackProcessLabel=System::Privileged
15 ExecStart=/usr/bin/dlog_logger -b 99 -t 600
16 Restart=always
17
18 [Install]
19 WantedBy=basic.target