aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-fg-evolution.service
blob: a1dade09b29bfb514704147be534a38bd944d40d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=Manage an x11 application
PartOf=graphical-session.target

After=fsvc-keepassxc.service

[Service]
Type=exec
Restart=on-failure

ExecSearchPath=%h/.local/bin
ExecSearchPath=/usr/local/bin
ExecSearchPath=/usr/bin
WorkingDirectory=%h

ExecStart=evolution

[Install]
WantedBy=wman.target