Skip to content

Commit

Permalink
[systemd] Put busname in correct section.
Browse files Browse the repository at this point in the history
Fix boot warning: [/lib/systemd/system/usb-moded.service:8] Unknown lvalue 'BusName' in section 'Unit'

Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Sep 24, 2015
1 parent c9f3d8d commit 3baf308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/usb-moded.service
Expand Up @@ -5,7 +5,6 @@ Wants=systemd-udev-settle.service
Requires=dbus.socket
After=local-fs.target dbus.socket systemd-udev-settle.service
Conflicts=shutdown.target
BusName=com.meego.usb_moded

[Service]
Type=notify
Expand All @@ -15,6 +14,7 @@ EnvironmentFile=-/run/usb-moded/*.conf
ExecStart=/usr/sbin/usb_moded --systemd --force-syslog $USB_MODED_ARGS
Restart=always
ExecReload=/bin/kill -HUP $MAINPID
BusName=com.meego.usb_moded

[Install]
WantedBy=basic.target

0 comments on commit 3baf308

Please sign in to comment.