mirror of
https://github.com/edu4rdshl/Strata.git
synced 2026-07-18 07:34:45 +00:00
14 lines
362 B
Desktop File
14 lines
362 B
Desktop File
[Unit]
|
|
Description=Strata clipboard manager daemon
|
|
Documentation=https://github.com/Edu4rdSHL/Strata
|
|
# Start after the D-Bus session bus and the graphical session are available.
|
|
After=graphical-session.target
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/strata-daemon
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|