Skip to content
Permalink
cd0885674c
Go to file
 
 
Cannot retrieve contributors at this time
18 lines (16 sloc) 330 Bytes
[Unit]
Description=Mode Control Entity (MCE)
DefaultDependencies=no
Requires=dbus.socket
Requires=dbus-user.socket
After=dbus.socket
After=dbus-user.socket
After=local-fs.target
Before=basic.target
Conflicts=shutdown.target
[Service]
Type=notify
ExecStart=/sbin/mce --systemd
Restart=always
[Install]
WantedBy=multi-user.target
You can’t perform that action at this time.