- Binary: owlry-core → owlryd - Systemd: owlry-core.service → owlryd.service, owlry-core.socket → owlryd.socket - Client: systemctl start owlryd - AUR package name stays owlry-core (installs owlryd binary)
15 lines
274 B
Desktop File
15 lines
274 B
Desktop File
[Unit]
|
|
Description=Owlry application launcher daemon
|
|
Documentation=https://somegit.dev/Owlibou/owlry
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/owlryd
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
Environment=RUST_LOG=warn
|
|
|
|
[Install]
|
|
WantedBy=default.target
|