cleaning up
parent
f78d152c88
commit
86c673daae
@ -1,9 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Start playing audio from the archive again
|
|
||||||
|
|
||||||
[Timer]
|
|
||||||
OnCalendar=*-*-* *:16:00
|
|
||||||
Unit=scmixer.service
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
@ -1,16 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Stop playing from the Archive
|
|
||||||
After=syslog.target network.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
User=xpub
|
|
||||||
Group=xpub
|
|
||||||
WrokingDirectory=/home/xpub
|
|
||||||
ExecStart=/home/xpub/archive-stop.sh
|
|
||||||
Restart=always
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
systemctl stop scmixer.service;
|
|
||||||
systemctl stop jack.service;
|
|
||||||
systemctl stop oscserver.service;
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Stop playing audio from the archive
|
|
||||||
|
|
||||||
[Timer]
|
|
||||||
OnCalendar=*-*-* *:10:00
|
|
||||||
Unit=archive-stop.service
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
systemctl stop vlc.service
|
|
Loading…
Reference in New Issue