This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
yves
/
pyruse
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
set PWD to /etc/pyruse in systemd units
master
Yves G
3 years ago
parent
cbe3fc2f56
commit
fd1f801808
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
extra/systemd/pyruse-boot@.service
+1
-0
extra/systemd/pyruse.service
+ 1
- 0
extra/systemd/pyruse-boot@.service
View File
@ -4,6 +4,7 @@ Description=Initialization of pyruse module %I
[Service]
Type
=
oneshot
ExecStart
=
/usr/bin/pyruse-boot "%I"
WorkingDirectory
=
/etc/pyruse
CapabilityBoundingSet
=
CAP_SYS_CHROOT
NoNewPrivileges
=
true
PrivateDevices
=
yes
+ 1
- 0
extra/systemd/pyruse.service
View File
@ -3,6 +3,7 @@ Description=Route systemd-journal logs to filters and actions (ban, report…)
[Service]
ExecStart
=
/usr/bin/pyruse
WorkingDirectory
=
/etc/pyruse
CapabilityBoundingSet
=
CAP_SYS_CHROOT
NoNewPrivileges
=
true
PrivateDevices
=
yes
Write
Preview
Loading…
Cancel
Save