summaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/systemd/user/whatsie.service
blob: 01d5b814e038be4ebe9e5ffa4a4c700d2a53e107 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=WhatSie (flatpak)
PartOf=graphical-session.target
After=graphical-session.target
ConditionEnvironment=WAYLAND_DISPLAY

[Service]
Type=simple
ExecStart=/usr/bin/flatpak run com.ktechpit.whatsie --minimized
ExecStop=/usr/bin/flatpak kill com.ktechpit.whatsie
Restart=on-failure
RestartSec=5s
TimeoutStopSec=10s

[Install]
WantedBy=sway-session.target