blob: 868c2c7b4dee7d56f31e2042b5320f52b7f068fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[Unit]
Description=Glance – Self-hosted Feed Dashboard
Documentation=https://github.com/glanceapp/glance
After=network-online.target
[Service]
Type=simple
User=glance
Group=glance
Restart=always
RestartSec=1
ExecStart=/usr/bin/glance -config /etc/glance.yml
WorkingDirectory=/var/lib/glance
ReadWritePaths=/var/lib/glance
ReadOnlyPaths=/etc/glance.yml
PrivateTmp=true
ProtectSystem=strict
ProtectHome=true
NoNewPrivileges=true
PrivateDevices=true
[Install]
WantedBy=multi-user.target
|