aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/flameshot.service
blob: caf212e8135ac47e8b72cce28b84d8f0b3617aec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Screenshot tool
StartLimitBurst=5
StartLimitIntervalSec=600

[Service]
Type=simple
RestartSec=3
Restart=always
SyslogIdentifier=flameshot
ExecStart=/usr/bin/env flameshot

[Install]
WantedBy=default.target