-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a systemd user unit corresponding to the D-Bus session service
- Loading branch information
Simon McVittie
authored and
Germán Poo-Caamaño
committed
Jan 8, 2016
1 parent
4405f3e
commit 605e290
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[Unit] | ||
Description=Evince document viewer | ||
Documentation=man:evince(1) | ||
|
||
[Service] | ||
Type=dbus | ||
BusName=org.gnome.evince.Daemon | ||
ExecStart=@libexecdir@/evinced |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[D-BUS Service] | ||
Name=org.gnome.evince.Daemon | ||
Exec=@libexecdir@/evinced | ||
SystemdService=evince.service |