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

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

[Install]
WantedBy=default.target