14 lines
226 B
Desktop File
14 lines
226 B
Desktop File
[Unit]
|
|
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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|