feat: add initial release with installation instructions, service configuration, and man page
This commit is contained in:
13
contrib/k-shrink.service
Normal file
13
contrib/k-shrink.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=k-shrink clipboard image compressor
|
||||
Documentation=man:k-shrink(1)
|
||||
PartOf=graphical-session.target
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=%h/.cargo/bin/k-shrink
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
Reference in New Issue
Block a user