mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
802b3cb2d4
The source uses `launcher` instead of `daemon`. Additionally we remove
`Type` and add `RestartSec` as defined in the source:
b421bcf73f/espanso/src/res/linux/systemd.service (L5-L7C1)
10 lines
184 B
Desktop File
10 lines
184 B
Desktop File
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Service]
|
|
ExecStart=@espanso@/bin/espanso launcher
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
|
|
[Unit]
|
|
Description=Espanso: cross platform text expander in Rust
|