From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Lemmer Webber Subject: Re: Wiping /tmp? Date: Sat, 20 Jul 2019 17:47:27 -0400 Message-ID: <87v9vwz8cw.fsf@dustycloud.org> References: <878sst1zxe.fsf@dustycloud.org> <87tvbge8vu.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39192) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hoxCU-0006n0-Ce for help-guix@gnu.org; Sat, 20 Jul 2019 17:47:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hoxCT-0006hm-Ho for help-guix@gnu.org; Sat, 20 Jul 2019 17:47:30 -0400 Received: from dustycloud.org ([2600:3c02::f03c:91ff:feae:cb51]:33266) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hoxCT-0006h4-Cr for help-guix@gnu.org; Sat, 20 Jul 2019 17:47:29 -0400 In-reply-to: <87tvbge8vu.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ricardo Wurmus Cc: help-guix@gnu.org Ricardo Wurmus writes: > Christopher Lemmer Webber writes: > >> I'm sure there's something obvious, but what does one put in one's guix >> config so that /tmp is wiped by default on reboot? > > This is done by the =E2=80=9Ccleanup-service-type=E2=80=9D. Huhm! It looks like this is already done by default in operating-system-default-essential-services. I guess I don't have to do anything. I wonder why I didn't see it wipe things before. I guess I'll try and see if it wipes things next time.