bundlewrap/bundles/steam/files/steam-update.service
mwiegand 6fc6f0b6f4 wip
2021-10-10 20:48:14 +02:00

14 lines
414 B
Desktop File

[Unit]
Description=l4d2 update
After=network.target
[Service]
Type=oneshot
User=steam
Group=steam
WorkingDirectory=/home/steam/steam
ExecStart=/home/steam/steam_workshop_downloader/workshop.py -o /home/steam/steam/l4d2/left4dead2/addons/workshop 2283884609
ExecStart=/home/steam/steam/steamcmd.sh +login anonymous +force_install_dir ./l4d2/ +app_update 222860 validate +quit
[Install]
WantedBy=multi-user.target