Skip to content

Commit 6132ed4

Browse files
committed
whoops
1 parent 323d7f1 commit 6132ed4

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

boot/.DS_Store

0 Bytes
Binary file not shown.

boot/animation.systemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ After=local-fs.target
55

66
[Service]
77
Type=oneshot
8-
ExecStart=/ShellOS/boot.sh
8+
ExecStart=/Volumes/BOOT/boot.sh
99
RemainAfterExit=yes
1010

1111
[Install]

daemon.systemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description=Daemon
33
After=network.target
44

55
[Service]
6-
ExecStart=/usr/bin/python3 /ShellOS/daemon.py
6+
ExecStart=/usr/bin/python3 /Volumes/BOOT/daemon.py
77
Restart=always
88
User=nobody
99
Group=nogroup

0 commit comments

Comments
 (0)