summaryrefslogtreecommitdiff
path: root/data/tizen-debug-on.service.in
blob: e72ca2a2325b10f51d95fe3e36ed5756ba657a7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=tizen debug on
DefaultDependencies=no
After=opt.mount
Before=sysinit.target

[Service]
SmackProcessLabel=System
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/touch -f @DEBUGMODE_PATH@
ExecStart=/sbin/sysctl -p /usr/lib/sysctl.d/99-crash-manager.conf

[Install]
WantedBy=sysinit.target