summaryrefslogtreecommitdiff
path: root/NodeStateManager/config/nodestatemanager-daemon.service.in
blob: 03177bb32419bc0fd59ad6918352946adbd22d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#  This file is for starting the nodestatemanager-daemon as a service with systemd

[Unit]
Description=NodeStateManager to provide system states, session and shutdown handling
Wants=dbus.service dlt-daemon.service
After=dbus.service dlt-daemon.service

# Start up very early, because it doesn't need anything to run prior to it:
DefaultDependencies=no

[Service]
ExecStart=/usr/bin/NodeStateManager

[Install]
WantedBy=basic.target