Skip to content

Commit

Permalink
Moved service script from OBS to git tree
Browse files Browse the repository at this point in the history
  • Loading branch information
spiiroin committed Dec 5, 2012
1 parent f21bd98 commit 50a89d1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions systemd/mce.service
@@ -0,0 +1,12 @@
[Unit]
Description=Mode Control Entity (MCE)
Requires=dsme.service
Requires=dbus.service
After=dsme.service

[Service]
ExecStart=/sbin/mce
Restart=always

[Install]
WantedBy=multi-user.target

0 comments on commit 50a89d1

Please sign in to comment.