Skip to content

Commit

Permalink
src: Add D-Bus autostart configuration file
Browse files Browse the repository at this point in the history
Add D-Bus autostart support also for connmand but do not install the
file by default.
  • Loading branch information
pfl committed Feb 14, 2014
1 parent 6ad4048 commit a587af9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -386,4 +386,4 @@ AM_CONDITIONAL(VPN, test "${enable_openconnect}" != "no" -o \

AC_OUTPUT(Makefile include/version.h src/connman.service
vpn/connman-vpn.service vpn/net.connman.vpn.service
scripts/connman connman.pc)
scripts/connman connman.pc src/net.connman.service)
5 changes: 5 additions & 0 deletions src/net.connman.service.in
@@ -0,0 +1,5 @@
[D-BUS Service]
Name=net.connman
Exec=@prefix@/sbin/connman -n
User=root
SystemdService=connman.service

0 comments on commit a587af9

Please sign in to comment.