this repo has no description
0
fork

Configure Feed

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

add systemd unit file example

+15
+15
bladerunner.service
··· 1 + [Unit] 2 + Description=Bladerunner Automod 3 + After=network.target 4 + 5 + [Service] 6 + ExecStart=/home/ubuntu/bladerunner-club/automod run 7 + WorkingDirectory=/data/bladerunner 8 + User=root 9 + Group=root 10 + Restart=on-failure 11 + RestartSec=5 12 + EnvironmentFile=/data/bladerunner/env 13 + 14 + [Install] 15 + WantedBy=multi-user.target