You can not 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
402 B
19 lines
402 B
[Unit] |
|
Description=Owncast Service |
|
|
|
[Service] |
|
Type=simple |
|
WorkingDirectory=[path to owncast directory] |
|
ReadWritePaths=[path to owncast directory] |
|
ExecStart=[path to owncast directory]/owncast |
|
Restart=always |
|
RestartSec=5 |
|
User=[user to run owncast as] |
|
Group=[group to run owncast as] |
|
NoNewPrivileges=true |
|
SecureBits=noroot |
|
ProtectSystem=strict |
|
ProtectHome=read-only |
|
|
|
[Install] |
|
WantedBy=multi-user.target
|
|
|