
Let it log to the foreground, it'll be picked up by systemd/journalctl. Change-Id: I3fe5ca758dfc350e7ca12265007a0b70c132691c
17 lines
383 B
Django/Jinja
17 lines
383 B
Django/Jinja
[Unit]
|
|
Description=Hugo internal server
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=hugo
|
|
Group=hugo
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/hugo server --source /opt/ara-infra/website --themesDir {{ hugo_directory }}/themes --baseURL "https://ara.recordsansible.org/" --appendPort=false
|
|
ProtectSystem=yes
|
|
ProtectHome=no
|
|
NoNewPrivileges=yes
|
|
PrivateTmp=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|