Switched systemd unit type to dbus for startup detection
This commit is contained in:
parent
42f213ff7a
commit
07855a39be
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
Description=Start Mediaserver
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=nl.miqra.MediaCore.Media
|
||||
Environment="HOME=/tmp"
|
||||
ExecStart=/usr/bin/startx /usr/sbin/mediaserver
|
||||
Restart=always
|
||||
|
|
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ if version < '2.2.3':
|
|||
if __name__ == '__main__':
|
||||
setup(
|
||||
name = 'mediaserver',
|
||||
version = "4.1.2",
|
||||
version = "4.1.3",
|
||||
description = 'Mediacore mediaserver',
|
||||
long_description = __doc__,
|
||||
author = 'Miqra Engineering',
|
||||
|
|
Loading…
Reference in a new issue