updated layout for small screens - colapsable sidepanel, fix issue with link to favicon when url_prefix is used
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=Gobsidian Notes Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=webuser
|
||||
Group=webuser
|
||||
WorkingDirectory=/opt/projects/gobsidian
|
||||
ExecStart=/opt/projects/gobsidian/gobsidian
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
# sudo cp gobsidian.service /etc/systemd/system/
|
||||
# sudo systemctl daemon-reload && sudo systemctl enable gobsidian --now
|
||||
Reference in New Issue
Block a user