aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-fg-gajim.service
blob: 0ed24f06707216c5de4a57baef7a40fed1217d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Manage an x11 application
After=graphical-session.target
Requires=graphical-session.target

[Service]
Type=exec
ExecStart=gajim

[Install]
WantedBy=graphical-session.target