this repo has no description
0
fork

Configure Feed

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

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