# systemd unit file for INDI server [Unit] Description=server for local and remote INDI drivers Wants=network.target After=syslog.target network-online.target [Service] Type=simple Restart=on-failure RestartSec=30 User=indi Group=indi PrivateUsers=true ProtectSystem=false ProtectHome=false ProtectKernelTunables=true ProtectKernelModules=true ProtectControlGroups=true WorkingDirectory=/home/indi ExecStart=/usr/bin/indiserver_systemd [Install] WantedBy=multi-user.target