systemd service file set DISPLAY for popups #17
This commit is contained in:
parent
9d12c81fcc
commit
b043da7e75
|
@ -1,6 +1,7 @@
|
|||
0.3.5+
|
||||
file mount prevent race conditions
|
||||
disallow remount of file due to potential race conditions
|
||||
systemd service file set DISPLAY for popups #17
|
||||
0.3.5 2012-11-24:
|
||||
ftpfs limit attempts on none #14
|
||||
handle mount point trailing space #12
|
||||
|
|
|
@ -4,6 +4,8 @@ Description=devmon Service
|
|||
[Service]
|
||||
Type=simple
|
||||
User=%i
|
||||
# Set DISPLAY for popup dialogs
|
||||
Environment=DISPLAY=:0
|
||||
EnvironmentFile=/etc/conf.d/devmon
|
||||
ExecStart=/usr/bin/devmon $ARGS
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user