1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-10-22 13:07:26 +02:00
home-manager/tests/modules/services/espanso/basic-configuration.service
Muhammad Talal Anwar 802b3cb2d4
espanso: use launcher command on Linux
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)
2024-10-19 09:01:11 +02:00

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