You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
312 B
INI
19 lines
312 B
INI
12 months ago
|
[Unit]
|
||
|
Description=Start the Supercollider Application
|
||
|
After=syslog.target network.target
|
||
12 months ago
|
Requires=jack.service oscserver.service
|
||
|
Conflicts=vlc.service
|
||
12 months ago
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=xpub
|
||
|
Group=xpub
|
||
12 months ago
|
WorkingDirectory=/home/xpub
|
||
12 months ago
|
ExecStart=/home/xpub/scmixer.sh
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|
||
|
|