/lib/systemd/system/nethack-common.service is in nethack-common 3.6.0-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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
|