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.

17 lines
246 B
INI

[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