mirror of
https://github.com/archlinux/aur.git
synced 2026-02-12 19:11:17 +01:00
20 lines
379 B
Desktop File
20 lines
379 B
Desktop File
[Unit]
|
|
Description=Rust music player daemon
|
|
Documentation=https://github.com/M0Rf30/rmpd
|
|
After=network.target sound.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/rmpd
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
# Security hardening
|
|
NoNewPrivileges=true
|
|
PrivateTmp=true
|
|
ProtectSystem=strict
|
|
ProtectHome=read-only
|
|
ReadWritePaths=%h/.config/rmpd %h/Music
|
|
|
|
[Install]
|
|
WantedBy=default.target
|