any.sofware.otter: added role
This commit is contained in:
parent
09e19680e6
commit
40905a5cbe
8 changed files with 143 additions and 0 deletions
13
roles/any.software.otter/files/otter.service
Normal file
13
roles/any.software.otter/files/otter.service
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Gpodder.net API implementation
|
||||
After=network.target network-online.target
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
User=otter
|
||||
Group=otter
|
||||
ExecStart=/usr/local/bin/otter serve -c /etc/otter/otter.toml
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue