stuff
This commit is contained in:
1
.config/systemd/user/default.target.wants/playerctld.service
Symbolic link
1
.config/systemd/user/default.target.wants/playerctld.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/paul/.config/systemd/user/playerctld.service
|
||||
9
.config/systemd/user/homeassistant.service
Normal file
9
.config/systemd/user/homeassistant.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description="Homeassistant utilities, such as notifications."
|
||||
|
||||
[Service]
|
||||
ExecStart=
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
9
.config/systemd/user/playerctld.service
Normal file
9
.config/systemd/user/playerctld.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=MPRIS proxy daemon for playerctl
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/playerctld
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
13
.config/systemd/user/uxplay.service
Normal file
13
.config/systemd/user/uxplay.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=AirPlay Unix mirroring server
|
||||
Requires=avahi-daemon
|
||||
After=avahi-daemon
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=uxplay
|
||||
Restart=on-failure
|
||||
#StandardOutput=file:%h/uxplay.log
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user