Page MenuHomePhabricator
Paste P13519

(An Untitled Masterwork)
ActivePublic

Authored by jbond on Dec 2 2020, 6:42 PM.
Tags
None
Referenced Files
F33932350: raw-paste-data.txt
Dec 2 2020, 6:42 PM
F33932349: raw-paste-data.txt
Dec 2 2020, 6:42 PM
Subscribers
None
$ cat unit.service
[Unit]
[Service]
ExecStart=/bin/true
$ sudo systemd-analyze verify unit.service ; echo $?
0
$ mv unit.service{,.foobar}
$ sudo systemd-analyze verify unit.service.foobar ; echo $?
Failed to prepare filename unit.service.foobar: Invalid argument
1

Event Timeline

jbond updated the paste's language from autodetect to shell.
jbond edited the content of this paste. (Show Details)