馃尶 Collaborative wiki on ATProto
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 23 lines 406 B view raw
1[Unit] 2Description=Lichen Appview 3After=network.target 4 5[Service] 6Type=simple 7User=lichen 8Group=lichen 9WorkingDirectory=/opt/lichen 10ExecStart=/usr/local/bin/bun run src/server/index.ts 11Restart=on-failure 12RestartSec=5 13EnvironmentFile=/etc/lichen/env 14 15# Hardening 16NoNewPrivileges=true 17ProtectSystem=strict 18ProtectHome=true 19ReadWritePaths=/var/lib/lichen 20PrivateTmp=true 21 22[Install] 23WantedBy=multi-user.target