Add user systemd services (sway, redshift, nm-applet...)
This commit is contained in:
parent
284dd752dc
commit
145b8ddcd3
11 changed files with 125 additions and 0 deletions
13
.config/systemd/user/scream-ivshmem-pulse.service
Normal file
13
.config/systemd/user/scream-ivshmem-pulse.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Scream IVSHMEM pulse receiver
|
||||
After=pulseaudio.service
|
||||
Wants=pulseaudio.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStartPre=/usr/bin/truncate -s 0 /dev/shm/scream-ivshmem
|
||||
ExecStartPre=/usr/bin/dd if=/dev/zero of=/dev/shm/scream-ivshmem bs=1M count=2
|
||||
ExecStart=/usr/bin/scream -m /dev/shm/scream-ivshmem
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue