mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
Add systemd user service file installation
Added installation of wshowlyrics.service to /usr/lib/systemd/user to support systemd service management introduced in v0.5.3. Users can now manage wshowlyrics with: - systemctl --user enable wshowlyrics.service - systemctl --user start wshowlyrics.service - journalctl --user -u wshowlyrics
This commit is contained in:
parent
6958d4f35a
commit
30d8a0ec47
1 changed files with 3 additions and 0 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -57,6 +57,9 @@ package() {
|
|||
# Install system-wide configuration file
|
||||
install -Dm644 settings.ini.example "$pkgdir/etc/wshowlyrics/settings.ini"
|
||||
|
||||
# Install systemd user service file
|
||||
install -Dm644 wshowlyrics.service "$pkgdir/usr/lib/systemd/user/wshowlyrics.service"
|
||||
|
||||
# Install documentation
|
||||
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue