This commit is contained in:
Ole-Morten Duesund 2025-05-13 07:58:31 +02:00
commit 871d8975ca
13 changed files with 653 additions and 0 deletions

13
no-as-a-service.service Normal file
View file

@ -0,0 +1,13 @@
[Unit]
Description=No as a Service
After=network.target
[Service]
ExecStart=/usr/bin/podman run --rm --name noaas -p 8080:4567 noaas
Restart=always
SyslogIdentifier=noaas
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target