Skip to content

Commit

Permalink
Switched the systemd service file to full command-line argument use.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Oct 16, 2024
1 parent e1a17eb commit d69cf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/systemd/zswap-cli.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Documentation=man:@APP_NAME@(1) @CMAKE_PROJECT_HOMEPAGE_URL@
[Service]
Type=oneshot
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/@APP_NAME@ --config @CMAKE_INSTALL_FULL_SYSCONFDIR@/@APP_NAME@/@CONF_FILE_NAME@
ExecStop=@CMAKE_INSTALL_FULL_BINDIR@/@APP_NAME@ -e N
ExecStop=@CMAKE_INSTALL_FULL_BINDIR@/@APP_NAME@ --enable N
RemainAfterExit=yes
ProtectSystem=strict
ProtectHome=true
Expand Down

0 comments on commit d69cf6b

Please sign in to comment.