[Unit] Description=ArchiSteamFarm Service Documentation=https://github.com/JustArchi/ArchiSteamFarm/wiki Documentation=https://justarchi.github.io/ArchiSteamFarm/ Wants=network.target After=network.target [Service] User=asf Group=asf Environment="ASF_PATH=/var/lib/asf" ExecStart=/usr/bin/dotnet /usr/lib/asf/ArchiSteamFarm.dll --process-required --no-restart ProtectSystem=true ReadWritePaths=/var/lib/asf SyslogIdentifier=asf [Install] WantedBy=multi-user.target