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

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

[Install]
WantedBy=default.target