85e19c6a077e7ed13750b3fb9526ab788497f95c
[platform/core/security/ode.git] / server / systemd / ode.service.in
1 [Unit]
2 Description=@PROJECT_NAME@ management daemon
3 Before=deviced.service
4
5 [Service]
6 Type=simple
7 SmackProcessLabel=System::Privileged
8 ExecStart=@BIN_DIR@/@PROJECT_NAME@d
9 Restart=on-failure
10 ExecReload=/bin/kill -HUP $MAINPID
11 CapabilityBoundingSet=~CAP_MAC_OVERRIDE
12 EnvironmentFile=/run/tizen-system-env
13 EnvironmentFile=/run/xdg-root-env
14
15 [Install]
16 WantedBy=multi-user.target