10 lines
119 B
SYSTEMD
10 lines
119 B
SYSTEMD
|
[Unit]
|
||
|
Description=Gajim
|
||
|
|
||
|
[Service]
|
||
|
Environment=DISPLAY=:0
|
||
|
ExecStart=/usr/bin/gajim
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=mystuff.target
|