Cross Reference: test-segfault.sh
xref
: /
systemd
/
test
/
TEST-07-ISSUE-1981
/
test-segfault.sh
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#!/
bin
/
bash
set
-x
set
-e
>/
failed
cat
<<
'EOL'
>/
lib
/
systemd
/
system
/
my.service
[
Service
]
Type
=
oneshot
ExecStart
=/
bin
/
echo
Timer
runs
me
EOL
cat
<<
'EOL'
>/
lib
/
systemd
/
system
/
my.timer
[
Timer
]
OnBootSec
=
10
s
OnUnitInactiveSec
=
1
h
EOL
systemctl
unmask
my.timer
systemctl
start
my.timer
mkdir
-p /
etc
/
systemd
/
system
/
my.timer.d
/
cat
<<
'EOL'
>/
etc
/
systemd
/
system
/
my.timer.d
/
override.conf
[
Timer
]
OnBootSec
=
10
s
OnUnitInactiveSec
=
1
h
EOL
systemctl
daemon
-
reload
systemctl
mask
my.timer
touch
/
testok
rm
/
failed