summaryrefslogtreecommitdiff
path: root/src/corewatcher.service.in
blob: 95daf8d0adc6c42419b894935e199f6ee0a24339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Tizen corefile monitor for collecting crash data
DefaultDependencies=no
After=sysinit.target

[Service]
Type=forking
ExecStart=@prefix@/sbin/corewatcher
Restart=always
StartLimitInterval=300
StartLimitBurst=2

[Install]
WantedBy=multi-user.target