initial
This commit is contained in:
commit
871d8975ca
13 changed files with 653 additions and 0 deletions
13
no-as-a-service.service
Normal file
13
no-as-a-service.service
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue