aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-fg-irc.service
blob: 91cba0eac5d2ce4b9f7c26df972fb2550967a762 (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=irc

[Install]
WantedBy=graphical-session.target