mirror of
https://aur.archlinux.org/plex-media-server-plexpass.git
synced 2025-11-20 06:28:29 +00:00
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
# Copy, move or symlink this file in /etc/pacman.d/hooks to force a restart when plex is updated.
|
|
|
|
[Trigger]
|
|
Operation = Upgrade
|
|
Type = Package
|
|
Target = plex-media-server-plexpass
|
|
Target = plex-media-server
|
|
|
|
[Action]
|
|
When = PostTransaction
|
|
Exec = /usr/bin/systemctl try-restart plexmediaserver.service
|