Skip to content

Commit

Permalink
Add service file for systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
affenull2345 committed Jan 18, 2024
1 parent 5288f65 commit ddfc818
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/cobbler_tftp/settings/data/cobbler-tftp.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Unit]
Description=Cobbler TFTP Server
After=network.target

[Service]
ExecStart=/usr/bin/cobbler-tftp start --no-daemon
PrivateTmp=yes
Type=exec

[Install]
WantedBy=multi-user.target

0 comments on commit ddfc818

Please sign in to comment.