really added service files
parent
cc32f807b0
commit
901e565558
@ -1 +0,0 @@
|
|||||||
/etc/systemd/system/jack.service
|
|
@ -0,0 +1,14 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=JACK
|
||||||
|
After=sound.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
LimitRTPRIO=infinity
|
||||||
|
LimitMEMLOCK=infinity
|
||||||
|
User=xpub
|
||||||
|
Environment="JACK_NO_AUDIO_RESERVATION=1"
|
||||||
|
ExecStart=/usr/bin/jackd -R -dalsa -dhw:1
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
@ -1 +0,0 @@
|
|||||||
/etc/systemd/system/oscserver.service
|
|
@ -0,0 +1,16 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Start the Python OSC application
|
||||||
|
After=syslog.target network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
User=xpub
|
||||||
|
Group=xpub
|
||||||
|
WorkingDirectory=/home/xpub
|
||||||
|
ExecStart=/home/xpub/server.sh
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
/etc/systemd/system/scmixer.service
|
|
@ -0,0 +1,17 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Start the Supercollider Application
|
||||||
|
After=syslog.target network.target
|
||||||
|
Requires=oscserver.service jack.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
User=xpub
|
||||||
|
Group=xpub
|
||||||
|
WrokingDirectory=/home/xpub
|
||||||
|
ExecStart=/home/xpub/scmixer.sh
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue