1 2 3 4 5 6 7 8 9 10 11 12 13 14
[Unit] Description=polyglot After=network-online.target [Service] Type=simple WorkingDirectory=/var/lib/polyglot ExecStart=/usr/bin/polyglot Restart=always User=polyglot Group=polyglot [Install] WantedBy=multi-user.target