blob: 3507af3152f9eb3ed2f1105582a8934cb6150648 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Focalboard server
[Service]
Type=simple
Restart=always
RestartSec=5s
ExecStart=/opt/focalboard/bin/focalboard-server
WorkingDirectory=/opt/focalboard
[Install]
WantedBy=multi-user.target
|