File: nethack-common.service

package info (click to toggle)
nethack 3.6.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,468 kB
  • sloc: ansic: 266,495; cpp: 13,652; yacc: 2,903; perl: 1,426; lex: 581; sh: 535; xml: 372; awk: 98; makefile: 68; fortran: 51; sed: 11
file content (12 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Recover NetHack save files
Documentation=man:recover(6) man:nethack(6)
RequiresMountsFor=/var/games/nethack
ConditionPathExistsGlob=/var/games/nethack/*.0

[Service]
Type=oneshot
ExecStart=/usr/lib/games/nethack/recover-all

[Install]
WantedBy=multi-user.target