From 8dd8f46bcdddec793c18d76bfda1465824484aa9 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sat, 12 Sep 2020 22:20:47 +0200 Subject: Move systemd unit file at the right place Signed-off-by: Olivier Gayot --- swiftstory.service | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 swiftstory.service (limited to 'swiftstory.service') diff --git a/swiftstory.service b/swiftstory.service deleted file mode 100644 index b0e7d31..0000000 --- a/swiftstory.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=SwiftStory game server -Requires=network-online.target -After=network-online.target - -[Service] -EnvironmentFile=-/etc/default/swiftstory -ExecStart=/usr/bin/swiftstoryd -Restart=on-failure -Type=simple -User=swiftstory - -[Install] -WantedBy=multi-user.target -Alias=swiftstoryd.service -- cgit v1.2.3