8 lines
277 B
SYSTEMD
8 lines
277 B
SYSTEMD
|
[Unit]
|
||
|
Description=Deleting files from places after a certain amount of days
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=autismbot1
|
||
|
ExecStart=find "/home/autismbot1/.steam/debian-installation/steamapps/common/Counter-Strike Source/cstrike/download/maps" -maxdepth 1 -mmin +179 -type f -delete
|