Skip to content

Commit 1955bb8

Browse files
committed
fix: remove opts
1 parent d48c3ef commit 1955bb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea/
22
dist/
3+
sev-shim

Diff for: systemd/tinfoil-sev-shim.service

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ After=network.target
44

55
[Service]
66
Type=simple
7-
ExecStart=/usr/bin/sev-shim $SEV_SHIM_OPTS
7+
ExecStart=/usr/bin/sev-shim
88
Restart=always
99
RestartSec=5
1010
User=root
11-
EnvironmentFile=/etc/default/tinfoil-sev-shim
1211

1312
[Install]
1413
WantedBy=multi-user.target

0 commit comments

Comments
 (0)